home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / cug315.zip / SOUND.H < prev    next >
C/C++ Source or Header  |  1990-05-16  |  275b  |  12 lines

  1.  
  2. /* sound.h is the header for sound.c function declarations */
  3.  
  4. #ifndef SOUND_H
  5. #define SOUND_H
  6.  
  7. void sound(), pause(), beep_beep(), blaat(), error_msg(), ready_beep();
  8. void alternate_warning_sound(), mouse_warning_sound();
  9. unsigned long int read_timer();
  10.  
  11. #endif
  12.